ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / PasteEmptyCells Property






In This Topic
    PasteEmptyCells Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that determines whether when pasting, paste all cells or only not empty cells.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Overridable Property PasteEmptyCells As System.Boolean
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Boolean
     
    instance.PasteEmptyCells = value
     
    value = instance.PasteEmptyCells
    [System.ComponentModel.DefaultValue(true)]
    public virtual System.bool PasteEmptyCells {get; set;}
    public read-write property PasteEmptyCells: System.Boolean; virtual; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set PasteEmptyCells : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property virtual System.bool get_PasteEmptyCells();
    public: __property virtual void set_PasteEmptyCells( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    virtual property System.bool PasteEmptyCells {
       System.bool get();
       void set (    System.bool value);
    }
    See Also